home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / dm10e / readme.txt < prev    next >
Encoding:
Text File  |  1999-05-17  |  2.8 KB  |  77 lines

  1. #
  2. # DevMailer README.TXT
  3. # version 1.0 (docver 1.1)
  4. # This is a Limited Evaluation Demo Copy limited to 250 Emails.
  5. # A full featured version is available at http://www.geocel.com
  6. #
  7. #  DevMailer 1.0 - The Universal SMTP Mailer
  8. #  (c) 1998-1999, Geocel International
  9. #  
  10.  
  11. DevMailer is an ActiveX/COM object used to send internet email.  It can be used from 
  12. any program/language which supports ActiveX, COM, or OLE.  Some examples are Visual Basic,
  13. Visual Basic for Applications (word, excel, access), Perl, C/C++, Delphi, etc...
  14.  
  15. The following files are included in this distribution:
  16.  
  17. DevMailer.HTM  -  DevMailer Documentation in HTML Format
  18. DVMAILER.DLL   -  DevMailer DLL Component (program file)
  19. JSTest.ASP     -  ASP JScript Example
  20. VBTest.ASP     -  ASP VBScript Example
  21. README.TXT     -  This File
  22.  
  23. Software Distribution: DevMailer has both a non-distribution license and redistribution license available. Please visit http://www.geocel.com for more information and pricing.
  24.  
  25. DevMailer Installation Instructions:
  26.  
  27. Installation
  28.  
  29.                             Install DevMailer in 5 easy steps: 
  30.  
  31. 1.Extract the DVMAILER.DLL file to a temporary path. If you do not have a copy of
  32. DevMailer, you can obtain the Evaluation Demo here. 
  33. 2.Copy the DVMAILER.DLL file to somewhere on your local hard drive. If you do not have a
  34. place dedicated to storing objects you can place it in C:\WINNT\SYSTEM32 (Windows NT)
  35. or C:\WINDOWS\SYSTEM (Windows 95/98). 
  36. 3.Open a MS-DOS command prompt and CD to the directory where you copied
  37.  DVMAILER.DLL. 
  38. 4.Run the following command: 
  39.  
  40. REGSVR32.EXE DVMAILER.DLL
  41.  
  42. 5.If the previous command returns an error, make sure that DVMAILER.DLL exists in the
  43. current directory. If running REGSVR32.EXE from another directory, you must specify the full
  44. path to DVMAILER.DLL. 
  45. Note: On Windows95 and Windows98, REGSVR32.EXE is located in
  46.  C:\WINDOWS\SYSTEM32 
  47.  
  48. DevMailer is now installed! 
  49.  
  50. -----------------------------------------------------------------                                                   
  51. Also, Installation Instructions are located at:
  52. http://www.geocel.com/devmailer/Installation.htm
  53. -----------------------------------------------------------------      
  54.  
  55. Uninstallation
  56.  
  57. 1.Go to the directory DVMAILER.DLL is in. 
  58. 2.Run the following command: 
  59.                             REGSVR32.EXE /U DVMAILER.DLL
  60. 3.Delete DVMAILER.DLL. (note: you may need to close apps which used it recently) 
  61.  
  62. -----------------------------------------------------------------   
  63.  
  64. Additional Code Examples can be found at:
  65.                 
  66.         http://www.geocel.com/devmailer/examples.htm
  67.  
  68. DevMailer License and Purchasing Information at:
  69.  
  70.         http://www.geocel.com/devmailer/
  71.  
  72.  
  73.  
  74. Sould you have any installation questions, please send 
  75. an email to our Technical Support at
  76. support@geocel.com.
  77.